home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 2717 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: news.sprintlink.net!rockyd!cmcl2!usenet
  2. From: mdm3144@is2.nyu.edu (Martin Marshall)
  3. Newsgroups: alt.winsock.trumpet,comp.dcom.modems
  4. Subject: Re: Modem disconnects in Trumpet Winsock
  5. Date: Thu, 25 Jan 1996 04:31:25 GMT
  6. Organization: Me
  7. Message-ID: <31070531.12046370@news.nyu.edu>
  8. References: <4d3n8f$692@morgoth.sfu.ca>
  9. NNTP-Posting-Host: dial2-1-async-01.dial.net.nyu.edu
  10.  
  11. On 11 Jan 1996 19:09:03 GMT, rwong@sfu.ca (Roderick Wong) wrote:
  12.  
  13. >Hi,
  14. >
  15. >   We have had some problems with our setup in our modem pool here. 
  16. >We are using 8 USR Sportster 28800 Internals on our Pentium server,
  17. >running BSD UNIX.  In about 40% of our attempts,  after we dialed
  18. >in from elsewhere to our modems using Trumpet Winsock Ver 2e (I have 
  19. >tried the upgraded version 2.1f, but it didn't make a difference), I
  20. >could hear the handshake between the modems, but before any connection
  21. >was made, a "NO CONNECTION" pops out, and the line was disconnected.
  22. >(The connection works flawlessly for the rest 60% of our tries though.)
  23. >
  24. >   We have attempted to dial in from a variety of modems, speeds and
  25. >machines through Winsock, but the problem still comes up. (And it does
  26. >not matter which of the 8 modem that I am dialing in)  Interesting
  27. >enough, if we attempted to dial in from other applications, such as
  28. >Telix, Windows Terminal, OS/2 and even the dialin with Win95, there
  29. >doesn't seem to be any problem at all.
  30. >
  31. >   Does anyone have any clue on  where the problem is?  
  32. >
  33. >Thanks in advance,
  34. >
  35. >Roderick Wong
  36. >rwong@fraser.sfu.ca
  37.  
  38. When you used the other version of Trumpet, did you use the same login
  39. script (login.cmd)?  Even if you didn't, the problem could be in the
  40. lines:
  41.  
  42.   output "atdt"$number\13
  43.   %ok = [input 60 CONNECT]
  44.   %n = %n + 1
  45.  
  46. The number 60 could be any number.  That is the number of seconds the
  47. computer waits for the modem to send the "CONNECT" message.  After it
  48. counts to that number, the program will say "NO CONNECT" even if the
  49. modem is in the middle of establishing a connection.  Therefore, you
  50. might want to try using bigger numbers.
  51.  
  52. If that isn't it, try the $modemsetup line, that's the initiliaization
  53. string for your modem.
  54.  
  55. Good luck,
  56. Martin
  57.